home *** CD-ROM | disk | FTP | other *** search
- Gnu Diff3
- =========
-
- Purpose: To compare three files for differences. The first file is treated
- as a base, and the changes which convert the second file into the
- third are applied to it.
-
- Setup:
-
- Icon Action/Meaning
- ---- --------------
-
- Path1 The base file to be compared
- Path2 The start point of the changes
- Path3 The end point of the changes
-
- Editor script Generate an ed script to apply the changes
- Merge Produce as output a merged file
- No overlaps Do not incorporate overlapping changes
- Overlaps only Only include overlapping changes
-
-
- Menu Action/Meaning
- ---- --------------
-
- Force comparison Compare even if the files look like binary
- File label Use the given labels to mark overlaps
- Add write command Add a "write" command to the ed script
- Flag overlapping changes When changes overlap, include both versions
-
-
- Note: This program is a port of the Free Software Foundation's GNU Diff3
- program. The whole of this application comes under the conditions
- specified in the GNU general public license (see file Copying in
- the application directory).
-
-